type github.com/jackc/pgx/v5/pgtype.scanPlanTextTimestampToTimestampScanner
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
timestamp.go#L54: return (&scanPlanTextTimestampToTimestampScanner{}).Scan([]byte(src), ts)
timestamp.go#L252: return &scanPlanTextTimestampToTimestampScanner{location: c.ScanLocation}
timestamp.go#L294: type scanPlanTextTimestampToTimestampScanner struct{ location *time.Location }
timestamp.go#L296: func (plan *scanPlanTextTimestampToTimestampScanner) Scan(src []byte, dst any) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)